home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gconf2-common.postinst < prev    next >
Text File  |  2009-10-07  |  256b  |  12 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. ucf /usr/share/gconf/default.path /etc/gconf/2/path
  5.  
  6. if dpkg --compare-versions "$2" lt-nl "2.26.2-0ubuntu2" && \
  7.    dpkg --compare-versions "$2" ge-nl "2.26.0-1ubuntu1"; then
  8.     chmod a+rx /etc/gconf/gconf.xml.system # Bug 383461
  9. fi
  10.  
  11.  
  12.